Esempio n. 1
0
 public bool Del(UserParams userInfo)
 {
     return(userInfoBLL.Del(userInfo));
 }