示例#1
0
 public DataTable GetLocation(int BranchId)
 {
     return(objUserMasterDAL.GetLocation(BranchId));
 }