コード例 #1
0
 public bool Add(Servicio obj)
 {
     return(obj != null && obj.Add());
 }