Example #1
0
 public void AddDocToClient(WcfService1.ModelsToMap.ModelClient c)
 {
     base.Channel.AddDocToClient(c);
 }
Example #2
0
 public bool AddClient(WcfService1.ModelsToMap.ModelClient c, string city, string street, string country)
 {
     return(base.Channel.AddClient(c, city, street, country));
 }
Example #3
0
 public void EditClient(WcfService1.ModelsToMap.ModelClient c)
 {
     base.Channel.EditClient(c);
 }