Exemplo n.º 1
0
 public bool DeleteRemark(int iRequesterID, int id, out Library.DTO.Notification notification)
 {
     // keep log entry
     fwBLL.WriteLog(iRequesterID, id, "delete remark");
     return(factory.DeleteRemark(id, out notification));
 }