示例#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));
 }