Example #1
0
 public IEnumerable <Requisition> GetAllRequisitions()
 {
     return(_requisitionService.GetAllRequisition());
 }