예제 #1
0
 public System.Threading.Tasks.Task <string> PutMakeAsync(ApplicationServices.DTOs.MakeDto makeDto)
 {
     return(base.Channel.PutMakeAsync(makeDto));
 }
예제 #2
0
 public string PutMake(ApplicationServices.DTOs.MakeDto makeDto)
 {
     return(base.Channel.PutMake(makeDto));
 }