Tango/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/703f70c5d5f4001919aced032adcb06a, branch software Twine softwares http://git.tvcloud.fr/Tango/atom/Software/.metadata/.plugins/org.eclipse.core.resources/.history/bf/703f70c5d5f4001919aced032adcb06a?h=software 2019-10-30T15:55:04Z driver for head card fans 2019-10-30T15:55:04Z Avi Levkovich avi@twine-s.com 2019-10-30T15:55:04Z urn:sha1:cc657620eac3b626cf0790802c2a5ae3196c396b Add flag to powersep01 + change the fpga logic + fpga reset logic 2019-10-23T09:35:02Z Avi Levkovich avi@twine-s.com 2019-10-23T09:35:02Z urn:sha1:31891827a4643877f36de6e63318e3c58a112044
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.BL.Entities;
using Tango.MachineStudio.Common.Notifications;

namespace Tango.MachineStudio.DB.ViewModels
{
    public class FiberSynthsViewVM : DbTableViewModel<FiberSynth>
    {
        public FiberSynthsViewVM(INotificationProvider notification) : base(notification)
        {
        }
    }
}