Beispiel #1
0
 public bool EditById(uint id, string newValue, byte[] photo)
 {
     return(_awardDAO.EditById(id, newValue, photo));
 }