コード例 #1
0
 public IEnumerable <Tender> GetAllNotClosedTenders()
 {
     return(_tenderRepository.GetAllNotClosedTenders());
 }