コード例 #1
0
ファイル: Reference.cs プロジェクト: ekinbulut/HomeLibrary
 public System.Threading.Tasks.Task <bool> ImportAsync(Library.Mvc.IntegrationServices.IntegrationInputDto input)
 {
     return(base.Channel.ImportAsync(input));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ekinbulut/HomeLibrary
 public bool Import(Library.Mvc.IntegrationServices.IntegrationInputDto input)
 {
     return(base.Channel.Import(input));
 }