using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tango.DAL.Observables; using Tango.MachineStudio.Common.Notifications; namespace Tango.MachineStudio.DB.ViewModels { public class FiberShapesViewVM : DbTableViewModel { public FiberShapesViewVM(INotificationProvider notification) : base(notification) { } } }