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