Example #1
0
 public IEnumerable <Bts> findBtssByProfile(string profileID)
 {
     return(_btsRepository.GetMulti(x => x.ProfileID == profileID));
 }