7 lines
161 B
C#
7 lines
161 B
C#
|
|
namespace OpenAuth.App.ServiceApp.ShpGeo.Utils;
|
|||
|
|
|
|||
|
|
public class TifLayer
|
|||
|
|
{
|
|||
|
|
public string LayerName { get; set; }
|
|||
|
|
public string StoreName { get; set; }
|
|||
|
|
}
|