예제 #1
0
 public IEnumerable <TelephoneDtoModel> GetTelephones(decimal idCpsp)
 {
     return(_commonDataRepository.GetTelephones(idCpsp));
 }