Esempio n. 1
0
 public void RemoveBtsInProfile(string ProFileID)
 {
     _btsRepository.DeleteMulti(x => x.ProfileID == ProFileID);
 }