コード例 #1
0
 public bool AddClient(displayclient displayClient)
 {
     return(_customDataAccess.AddClient(displayClient));
 }