Example #1
0
 public bool isCodeExist(string code)
 {
     return(repository.isCodeExist(code));
 }