public Repository(CommutationCentralContext context, IPropertyMappingService propertyMappingService)
 {
     _context = context;
     _propertyMappingService = propertyMappingService;
 }
示例#2
0
 public ActivityCategoryRepository(CommutationCentralContext context,
                                   IPropertyMappingService propertyMappingService) : base(context, propertyMappingService)
 {
 }