Пример #1
0
 public static ICategoryService GetCategoryService()
 {
     return(new CategoryService(DataAccessFactory.GetCategoryDataAccess()));
 }