Example #1
0
 public object GetRegInfoListByCatIdBranchCode(string branchCode, string catId, string status, string filterId)
 {
     return(_repository.GetRegInfoListByCatIdBranchCode(branchCode, catId, status, filterId));
 }