예제 #1
0
 public Bts findBts(string profileID, string btsCode)
 {
     return(_btsRepository.GetSingleByCondition(x => x.ProfileID == profileID && x.BtsCode == btsCode));
 }