Exemplo n.º 1
0
 public static string GetSumAgentInfo(string username, string time1, string time2)
 {
     return(userService.GetSumAgentInfo(username, time1, time2));
 }