Forum-Inzynieria1/Trunk/Components/Forum.DataAccessLayer.Models/Answer.cs
2018-12-01 22:12:59 +01:00

13 lines
192 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Forum.DataAccessLayer.Models
{
class Answer
{
}
}