GestUAB.Models.Scholarship.DefaultScholarship C# (CSharp) Method

DefaultScholarship() public static method

public static DefaultScholarship ( ) : Scholarship
return Scholarship
        public static Scholarship DefaultScholarship()
        {
            return new Scholarship() {
                Id = Guid.NewGuid(),
                Owner = string.Empty
            };
        }