Esempio n. 1
0
 public CommonObjectsResponse GetPhoneTypeList()
 {
     var commonObjectsResponse = new CommonObjectsResponse {PhoneTypeList = _commonService.getPhoneTypeList()};
     return commonObjectsResponse;
 }
Esempio n. 2
0
 public CommonObjectsResponse GetStateList()
 {
     var commonObjectsResponse = new CommonObjectsResponse { StateList = _commonService.GetStateList() };
     return commonObjectsResponse;
 }
Esempio n. 3
0
 public CommonObjectsResponse GetMeasureList()
 {
     var commonObjectsResponse = new CommonObjectsResponse {MeasureList = _commonService.getMeasureList()};
     return commonObjectsResponse;
 }