Ejemplo n.º 1
0
 public string GetContactsByType(int ClaimID, int Type)
 {
     return(JsonConvert.SerializeObject(context.GetContactsByType(ClaimID, Type), Formatting.None));
 }