Exemplo n.º 1
0
 public async Task <object> GetRegInfoListByOthersBranchCode(string branchCode, string catId, string status, string filterId)
 {
     return(await _repository.GetRegInfoListByOthersBranchCode(branchCode, catId, status, filterId));
 }