예제 #1
0
파일: SystemService.cs 프로젝트: Thn123/hmj
 /// <summary>
 /// 获取商户设置
 /// </summary>
 /// <param name="Merchants_ID"></param>
 /// <returns></returns>
 public MerchantsSeting_EX GetMerchantsSetingByMerchantsID(int?Merchants_ID)
 {
     return(_set.GetMerchantsSetingByMerchantsID(Merchants_ID));
 }