Exemple #1
0
 public bool Approve(int userID, int id, ref object dtoItem, out Library.DTO.Notification notification)
 {
     return(factory.Approve(userID, id, ref dtoItem, out notification));
 }