Пример #1
0
 public bool DeleteReport(Report report)
 {
     return(_reportContext.Delete(report));
 }