EquipmentKanbanShell.cs 164 B

1234567891011
  1. using System;
  2. using Comal.Classes;
  3. namespace PRS.Mobile
  4. {
  5. public class EquipmentKanbanShell : BaseKanbanShell<EquipmentKanbanModel>
  6. {
  7. }
  8. }