Example #1
0
 public static IEnumerable <User> GetListUser(bool vip)
 {
     return(UserBUS.GetListUser(vip));
 }