Exemplo n.º 1
1
 public static List<OfficeBranchEntity> GetBranchNameListForDropdown(string filter)
 {
     List<OfficeBranchEntity> lstEntity = new DAOfficeBranch().GetBranchNameListForDropdown(filter);
     return lstEntity;
 }
Exemplo n.º 2
1
 public static List<OfficeBranchEntity> GetBranchListByFilter(string filter)
 {
     List<OfficeBranchEntity> lstEntity = new DAOfficeBranch().GetBranchListByFilter(filter);
     return lstEntity;
 }