Example #1
0
 public async Task <string> BidDesertedByHeaderId(int headerId, string modifiedBy, int companyId)
 {
     try
     {
         return(await bidRepository.BidDesertedByHeaderId(headerId, modifiedBy, companyId));
     }
     catch (Exception e)
     {
         throw e;
     }
 }