Esempio n. 1
0
 public bool Update(LoginUser entity)
 {
     return(repository.Update(entity));
 }