コード例 #1
0
ファイル: Reference.cs プロジェクト: incognitamus/ITAcademy
 public System.Threading.Tasks.Task <WcfService001.ServiceReference1.Employee> GetEmployeeAsync(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.GetEmployeeAsync(p));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: incognitamus/ITAcademy
 public int DeleteEmployee(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.DeleteEmployee(p));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: incognitamus/ITAcademy
 public WcfService001.ServiceReference1.Employee GetEmployee(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.GetEmployee(p));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: incognitamus/ITAcademy
 public int InsertEmployee(WcfService001.ServiceReference1.Employee p)
 {
     return(base.Channel.InsertEmployee(p));
 }