Pull to refresh
-1
0
Илья Баркалов @ibarkalov

Пользователь

Send message
Мой вариант.

public class BaseResultTwo<T> where T : class
{
    public BaseResultTwo()
    {
        IsSuccessful = true;
    }

    public bool IsSuccessful { get; set; }

    public string Message { get; set; }

    public T Result { get; set; }
}

Information

Rating
Does not participate
Location
Санкт-Петербург, Санкт-Петербург и область, Россия
Date of birth
Registered
Activity