Ejemplo n.º 1
0
 public bool AddMessage(string f1, string f2, string f3, DateTime f4)
 {
     return(OperationBiz.AddMessage(f1, f2, f3, f4));
 }