Beispiel #1
0
 public DTO.ResponseService <string> GenLicenseNo(string PlaceCode, string UserId)
 {
     return(svc.GenLicenseNo(PlaceCode, UserId));
 }