Ejemplo n.º 1
0
 public static string GetRatetype(string Language)
 {
     return(ObjectToJson.ReaderToJson(rateService.GetRatetype(Language)));
 }