示例#1
0
 public bool DeleteOffer(int deletedBy, int id, out Library.DTO.Notification notification)
 {
     return(factory.DeleteOffer(deletedBy, id, out notification));
 }