Esempio n. 1
0
 public bool CheckifExist(string Account)
 {
     return(memberRepository.CheckifExist(Account));
 }