Example #1
0
 public DTO.ResponseService <DTO.ApproverDoctype[]> GetApprocerByDocType(string appdocType)
 {
     return(svc.GetApprocerByDocType(appdocType));
 }