Beispiel #1
0
 public void AddDeviceType(ViewDeviceType v, Guid userId)
 {
     _db.AddDeviceType(v.Description, userId, v.Standard);
 }