Table load complete. Printer stub removed for actual code.
This commit is contained in:
13
Tanshu.Accounts.Contracts/Data Contracts/PrintLocationBO.cs
Normal file
13
Tanshu.Accounts.Contracts/Data Contracts/PrintLocationBO.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public class PrintLocationBO
|
||||
{
|
||||
public int PrintLocationID { get; set; }
|
||||
public Guid ProductTypeID { get; set; }
|
||||
public string Location { get; set; }
|
||||
public string Printer { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user