Example #1
0
 public static DataTable GetGeneralPhoneBookOfUserRole(Guid userGuid)
 {
     Business.User userController = new Business.User();
     return(userController.GetGeneralPhoneBookOfUserRole(userGuid));
 }