Beispiel #1
0
 public DTO.ResponseMessage <bool> Del_Time(string Key, string UserID)
 {
     return(svc.Del_Time(Key, UserID));
 }