Ejemplo n.º 1
0
 public PhoneTypeEntity GetPhoneTypeByCode(string phoneTypeCode)
 {
     _commonDataAccess = new CommonDataAccess(_context);
     return(_commonDataAccess.GetPhoneTypeByCode(phoneTypeCode));
 }