Exemple #1
0
 public static bool Create(Order od)
 {
     return(m_db.Create(od.Elements));
 }
Exemple #2
0
 public static bool Create(Dye dye)
 {
     return(m_db.Create(dye.Elements));
 }
Exemple #3
0
 public static bool Create(User user)
 {
     return(m_db.Create(user.Elements));
 }