ofbapi/OFBButte.Entities/MissionaryCollegeRecommenda...

13 lines
241 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OFBButte.Entities
{
public class MissionaryCollegeRecommendation
{
public int Id { get; set; }
public string Name { get; set; }
}
}