interface
This commit is contained in:
parent
29a0cb9c4b
commit
6589a4f948
6 changed files with 86 additions and 25 deletions
10
YavscLib/ICoWorking.cs
Normal file
10
YavscLib/ICoWorking.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace YavscLib
|
||||
{
|
||||
public interface ICoWorking
|
||||
{
|
||||
long Id {get; set; }
|
||||
string PerformerId { get; set; }
|
||||
string WorkingForId { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue