public System.Threading.Tasks.Task AddTypeAsync(ServiceReference1.Type entity) { return(base.Channel.AddTypeAsync(entity)); }
public System.Threading.Tasks.Task UpdateTypeAsync(ServiceReference1.Type oldEntity, ServiceReference1.Type newEntity) { return(base.Channel.UpdateTypeAsync(oldEntity, newEntity)); }
public EditType(ServiceImplementationClient repository, ServiceReference1.Type type) { _repository = repository; _type = type; InitializeComponent(); }