Dont know how to implement sub menus under main menu with navigation provider, is my problem! not with the permission. please give me an example to show sub menus under a menu?? :!: :!:
Hey!
that works! thanks for your kind information. :)
Hi,
I have tried register generic repository the way you mentioned. but it showing some build error like "using the generic type 'Sample.Repository.GenericRepository<TEntity>' requires 1 type argument" . so are gonna say i must me register all entity separately at preinitialize..?
But I have tried register Generic Repository like follows,
IocManager.Register(typeof(IGenericRepository<>),
typeof(GenericRepository<>),
Abp.Dependency.DependencyLifeStyle.Transient);
this been resulted the same.
thanks for the help, but one more problem is i couldn't insert new created tenant Id to the table with seed data before login.