Ejemplo n.º 1
0
 public async Task <List <HeaderEntity> > GetByDocType_Waybill(string docTypeCode, int companyId)
 {
     return(await headerRepository.GetByDocType_Waybill(docTypeCode, companyId));
 }