Пример #1
0
 public static IAdminService GetAdminService()
 {
     return(new AdminService(DataAccessFactory.GetAdminDataAccess()));
 }