refabrique

This commit is contained in:
2016-07-20 13:52:38 +02:00
parent 0d977ff6fe
commit ec9bb2ca58
34 changed files with 3476 additions and 35 deletions

View File

@ -0,0 +1,8 @@
namespace Yavsc
{
public interface ILocation
{
string Address { get; set; }
long Id { get; set; }
}
}