Example #1
0
 public List <StatusDTO> GetBillingDocumentStatusList()
 {
     return(dao.DocumentStatusList());
 }