예제 #1
0
 public int IsMarketPhoneExist(string marketPhone, long id)
 {
     return(_marketRepository.IsMarketPhoneExist(marketPhone, id));
 }