예제 #1
0
파일: Reference.cs 프로젝트: ZegaTea/boat
 public int UpdateTypesShip(boat.ShipTypeServiceReference.loaitau _loaitau)
 {
     return(base.Channel.UpdateTypesShip(_loaitau));
 }
예제 #2
0
파일: Reference.cs 프로젝트: ZegaTea/boat
 public System.Threading.Tasks.Task <int> UpdateTypesShipAsync(boat.ShipTypeServiceReference.loaitau _loaitau)
 {
     return(base.Channel.UpdateTypesShipAsync(_loaitau));
 }
예제 #3
0
파일: Reference.cs 프로젝트: ZegaTea/boat
 public int InsertTypesShip(boat.ShipTypeServiceReference.loaitau _loaitau)
 {
     return(base.Channel.InsertTypesShip(_loaitau));
 }