Example #1
0
 public static IUserServices GetUserServices()
 {
     return(new UserServices(DataAccessorFactory.GetUserAccessor()));
 }