Exemplo n.º 1
0
 protected BaseCrudController(ICrudApplication <TDto, TEntity> application)
 {
     Application = application;
 }
Exemplo n.º 2
0
 public CrudController()
 {
     App = ServiceGet.GetProvider()?.GetService <ICrudApplication <T, GetT, CreateT> >();
 }