示例#1
0
 public int IsMarketNameExist(string marketName, long id)
 {
     return(_marketRepository.IsMarketNameExist(marketName, id));
 }