| 1234567891011121314 |
- using System;
- using Comal.Classes;
- using InABox.Core;
- using InABox.Mobile;
- namespace PRS.Mobile
- {
- public class JobITPFormModel : DigitalFormInstanceModel<JobITPFormModel, JobITPFormShell, JobITPForm>
- {
- public JobITPFormModel(IModelHost host, Func<Filter<JobITPForm>> filter): base(host, filter)
- {
- }
- }
- }
|