Example #1
0
 public static List <Department> GetDepartmentByAccountId(string AccountId)
 {
     return(Provider.GetDepartmentByAccountId(AccountId));
 }