public System.Threading.Tasks.Task <ShopCakeManager.ServiceReference.get_MaHoatDongResponse> get_MaHoatDongAsync(int maQuyen) { ShopCakeManager.ServiceReference.get_MaHoatDongRequest inValue = new ShopCakeManager.ServiceReference.get_MaHoatDongRequest(); inValue.Body = new ShopCakeManager.ServiceReference.get_MaHoatDongRequestBody(); inValue.Body.maQuyen = maQuyen; return(((ShopCakeManager.ServiceReference.WebServiceSoap)(this)).get_MaHoatDongAsync(inValue)); }
public ShopCakeManager.ServiceReference.ArrayOfInt get_MaHoatDong(int maQuyen) { ShopCakeManager.ServiceReference.get_MaHoatDongRequest inValue = new ShopCakeManager.ServiceReference.get_MaHoatDongRequest(); inValue.Body = new ShopCakeManager.ServiceReference.get_MaHoatDongRequestBody(); inValue.Body.maQuyen = maQuyen; ShopCakeManager.ServiceReference.get_MaHoatDongResponse retVal = ((ShopCakeManager.ServiceReference.WebServiceSoap)(this)).get_MaHoatDong(inValue); return(retVal.Body.get_MaHoatDongResult); }
System.Threading.Tasks.Task <ShopCakeManager.ServiceReference.get_MaHoatDongResponse> ShopCakeManager.ServiceReference.WebServiceSoap.get_MaHoatDongAsync(ShopCakeManager.ServiceReference.get_MaHoatDongRequest request) { return(base.Channel.get_MaHoatDongAsync(request)); }
ShopCakeManager.ServiceReference.get_MaHoatDongResponse ShopCakeManager.ServiceReference.WebServiceSoap.get_MaHoatDong(ShopCakeManager.ServiceReference.get_MaHoatDongRequest request) { return(base.Channel.get_MaHoatDong(request)); }