public void AddPetOwner(PetClubLib.Models.SessionKey key, PetClubLib.Models.PetOwner model) { base.Channel.AddPetOwner(key, model); }
public System.Threading.Tasks.Task UpdatePetOwnerAsync(PetClubLib.Models.SessionKey key, PetClubLib.Models.PetOwner model) { return(base.Channel.UpdatePetOwnerAsync(key, model)); }