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