示例#1
0
 public bool CekLogin(string email, string password)
 {
     return(iLogintRepository.CekLogin(email, password));
 }