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