source:
branches/OaaS/HeuristicLab.Services.Optimization.Billing/Interfaces/IEntity.cs
@
14800
Last change on this file since 14800 was 9577, checked in by spimming, 11 years ago | |
---|---|
File size: 173 bytes |
Rev | Line | |
---|---|---|
[9577] | 1 | |
2 | namespace HeuristicLab.Services.Optimization.Billing.Interfaces { | |
3 | public interface IEntity<ID> { | |
4 | ID Id { get; set; } | |
5 | bool IsDeleted { get; set; } | |
6 | } | |
7 | } |
Note: See TracBrowser
for help on using the repository browser.