示例#1
0
 public DefaultDtoSetController(IEntityWithDefaultGuidKeyRepository <TModel> repository)
     : base(repository)
 {
 }
示例#2
0
 public TestCustomersController(IEntityWithDefaultGuidKeyRepository <TestCustomer> testCustomersRepository)
     : base(testCustomersRepository)
 {
 }