aboutsummaryrefslogtreecommitdiffstats
path: root/Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/f0748d49d18d001a12adc74468436fd9
stat options
Period:
Authors:

Commits per author per week (path 'Software/.metadata/.plugins/org.eclipse.core.resources/.history/df/f0748d49d18d001a12adc74468436fd9')

AuthorW25 2026W26 2026W27 2026W28 2026Total
Total00000
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 FiberShapesViewVM : DbTableViewModel<FiberShape>
    {
        public FiberShapesViewVM(INotificationProvider notification) : base(notification)
        {
        }
    }
}