yavsc/Yavsc.Server/Models/Billing/Contract.cs

10 lines
131 B
C#
Raw Normal View History

2016-07-27 10:55:44 +02:00
using Yavsc.Models.Market;
namespace Yavsc.Models.Billing
{
public class ServiceContract<P> where P : Service
{
2016-11-24 01:01:41 +01:00
2016-07-27 10:55:44 +02:00
}
2017-05-02 13:10:23 +02:00
}