Exemple #1
0
 public bool DeleteUserAvatar(int userId)
 {
     return(_userDal.DeleteUserAvatar(userId));
 }